Hi everyone,
I start to wrote blog posts on stuff i do on my free time.
To start I just want to share some learning i did about game creation an coding. This examples are on Godot game engine but before i made others small test on Unity 3D. I used c# for all those projects.
First, in february i made a little environment with a moving character and a simple dialog system who allows you to create dialogs with some character face to express the mood of NPC and player. I had fun to do the environment, especialy the river with this plug-in.
Second, in august i made a simple turn based combat system. I just want to code the mechanics in a way that is customizable a reusable for other projects. There is no original system idea. I just watch two videos to know how to start, one from Brackeys and the other from GDQuest, those channels are really helpfull to learn gamedev ! It was really fun to do ! :D
That's all !!
I hope you like it.
See you.